'Declaration Public Function New( _
ByVal schemeThe sheme.As String, _
ByVal domainNameName of the domain.As String, _
ByVal ParamArray applicationIdentifierValuesThe GS1 Application Identifiers values.() As GS1ApplicationIdentifierValue _
)
public GS1DigitalLink(
string scheme,
string domainName,
params GS1ApplicationIdentifierValue[] applicationIdentifierValues
)
public: GS1DigitalLink(
string* scheme,
string* domainName,
params GS1ApplicationIdentifierValue*[]* applicationIdentifierValues
)
public:
GS1DigitalLink(
string^ scheme,
string^ domainName,
... array<GS1ApplicationIdentifierValue^>^ applicationIdentifierValues
)
Parameters
- scheme
- The sheme.
- domainName
- Name of the domain.
- applicationIdentifierValues
- The GS1 Application Identifiers values.